home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
steppenw.swf
/
scripts
/
DefineButton2_1092
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2008-11-12
|
313b
|
17 lines
on(release){
set("/Variables:TransMail","");
TexteMail = "";
if(getProperty("../", _currentframe) == 3)
{
gotoAndStop(2);
}
else
{
tellTarget("../InvSelection")
{
gotoAndStop(eval("/Variables:ObjetSelect") + 1);
}
gotoAndStop(1);
}
}